body {
	background-color: #f2f2f2;
  	}
  	
div.header {
 	margin-left: 120px;
 	margin-right: 120px;
 	}

div.main {
    margin-left: 120px;
 	margin-right: 120px;
	font-family:'Lucida Grande', Meiryo, sans-serif;
	background-color: white;
	border: solid;
	border-width: 3px;
	border-color: silver;
	}

div.script {
	padding-left: 2em;
	padding-right: 2em;
	line-height: 20px;
	font-family:'Lucida Grande','Hiragino Kaku Gothic ProN',
    Meiryo, sans-serif;
	font-size: 14px;
	text-align: justify;
	text-justify: inter-ideograph;
	}


#pageTop {

  position: fixed;
  bottom: 60px;
  right: 150px;
}

 

#pageTop a {
  display: block;
  z-index: 999;
  padding: 8px 0 0 8px;
  border-radius: 50px;
  width: 40px;
  height: 40px;
  padding: 5px;
  background-color: #9FD6D2;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
}

#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}

#dropmenu li ul li{ 
	overflow: hidden;
	height: 0; 
	transition: 0.5s; 
	} 

#dropmenu li:hover ul li{ 
	overflow: visible; 
	height: 38px; 
	} 
	
.dropmenu{ 
	*zoom: 1; 
 	list-style-type: none; 
	width: 1200px; 
    margin: 5px auto 30px; 
    padding: 0; 
    } 

.dropmenu:before, .dropmenu:after{ 
    content: ""; 
    display: table; 
   } 

.dropmenu:after{ 
	clear: both; 
	} 

.dropmenu li{ 
	position: relative; 
	width: 20%; 
	float: left; 
	margin: 0; 
	padding: 0; 
	text-align: center; 
	} 

.dropmenu li a{ 
	display: block; 
	margin: 0; 
	padding: 15px 0 11px; 
	background: #8a9b0f; 
	color: #fff; 
	font-size: 12px; 
	font-weight: bolder;
	line-height: 1; 
	text-decoration: none; 
	} 

.dropmenu li ul{ 
	list-style: none; 
	position: absolute; 
	z-index: 9999; 
	top: 100%; 
	left: 0; 
	margin: 0; 
	padding: 0; 
	} 


.dropmenu li ul li{ 
	width: 100%; 
	} 

.dropmenu li ul li a{ 
	padding: 13px 15px; 
	border-top: 1px solid #7c8c0e; 
 	background: #6e7c0c; 
	text-align: left; 
	} 

.dropmenu li:hover > a{ 
	background: #6e7c0c; 
	} 

.dropmenu li a:hover{ 
	background: #616d0b; 
	}
	
a {
    text-decoration: none;
    color: green;
    }

a:visited {
    color: darkgreen;
    text-decoration: none;
    }

a:hover {
    color: darkgreen;
    text-decoration: underline;
    font-weight: bolder;
         }	
	
div.footer {
	background-color: green;
	color: white;
	text-align: right;
	font-size: 14px;
	font-weight: bolder;
	padding: 5px;
	} 	
  	
  	
  	
  	
  	
  	
  	
  	
  	
  	